Node.js Date.format() API
The date-and-time.Date.format() is a minimalist collection of functions for manipulating JS date and time module which is used to format the date according to a certain pattern....
read more
Node.js date-and-time Date.subtract() Method
The date-and-time Date.subtract() method is used to subtract the two date objects....
read more
Node.js Date.isValid() API
The date-and-time.Date.isValid() is a minimalist collection of functions for manipulating JS date and time module which is used to validate the particular date and time with its string format....
read more
Node.js Date.addDays() API
The date-and-time.Date.addDays() is a minimalist collection of functions for manipulating JS date and time module which is used to add the extra Days to the existing date and time....
read more
Node.js Date.parse() API
The date-and-time.Date.parse() is a minimalist collection of functions for manipulating JS date and time module which is used to parse the date according to a certain pattern....
read more
Node.js date-and-time Date.transform() Method
The date-and-time.Date.transform() method is used to transform date and time from the existing string format to new string format....
read more
Node.js date-and-time Date.locale() Method
The date-and-time.Date.locale() method is used to get or switch the locale from one into another language....
read more
Node.js date-and-time Date.addMinutes() Method
The date-and-time.Date.addMinutes() method is used to add the extra Minutes to the existing date and time....
read more
Node.js Date.addHours() API
The date-and-time.Date.addHours() is a minimalist collection of functions for manipulating JS date and time module which is used to add the extra Hours to the existing date and time....
read more
Node.js date-and-time Date.isSameDay() Method
The date-and-time.Date.isSameDay() method is used to check if the given dates are the same or not....
read more
Node.js Date.addMonths() API
The date-and-time.Date.addMonths() is a minimalist collection of functions for manipulating JS date and time module which is used to add the extra Month to the existing date and time....
read more
Node.js date-and-time Date.isLeapYear() Method
The date-and-time.Date.isLeapYear() is a minimalist collection of functions for manipulating JS date and time module which is used to check if the given year is a leap year or not....
read more